home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 1
/
SPACE - Library 1 - Volume 1.iso
/
apps
/
137
/
attic2.doc
< prev
next >
Wrap
Text File
|
1985-11-19
|
1KB
|
37 lines
People who are familiar with the BASIC
language should have no problem using this
implementation. Use the commands you are
used to using in the way you are used to
using them.
Following is a partial listing of
some of the more than 200 commands, and
how they are used.
**** ATTIC USES LINE NUMBERS *****
- Control C - stops a program during execution
- Control S - pauses a program
- Control Q - resumes program execution (after
a control S)
- BEEP - makes sound, flashes monitor
- NEW - clears program memory and variables,
and sets default parameters
- NAME - oldname TO newname, changes filename
- ON MOUSE GOSUB line - initiates or turns off
mouse event trapping
- PPOS x,y - sets the graphics pen position
- RENUM - renumbers program lines
- RESUME line - resumes program execution
after a runtime error
- RND - returns a random number
- SWAP var1, var2 - exchanges two variables
- QUIT - leaves ATTIC
Really, this is a very shallow view of
the program, and I listed only the easily
explained items. There are over 200 functions
in this program, it is VERY powerful and fast.
Give it a try and let Marv Bowman (author)
know what you think. His address and phone
number are listed in READ.ASC.